


@font-face {
  font-family: Samim;
  src: url('../../font/Samim.eot');
  src: url('../../font/Samim.eot?#iefix') format('embedded-opentype'),
       url('../../font/Samim.woff') format('woff'),
       url('../../font/Samim.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Samim;
  src: url('../../font/Samim-Bold.eot');
  src: url('../../font/Samim-Bold.eot?#iefix') format('embedded-opentype'),
       url('../../font/Samim-Bold.woff') format('woff'),
       url('../../font/Samim-Bold.ttf') format('truetype');
  font-weight: bold;
}




.products1 {
	border: 0px solid #B3B3B3;
	background-color: #FBE9D6;
	border-radius: 5px;
	padding: 16px;
	margin-bottom: 20px;
}



.font {
  font-weight: bold;
}

.name{
	color: #37741E;
}

.price{
	color: #185A7F;
	
}

.quantity{
	color: #305A29;
}


.detailes{
	color: #641F5B;
}

.detailes0{
	color: #F15B5E;
}

.simillar{
	color: #F15B5E;
}


.price1{
	color: #A00859;
	font-size:18px;
	 margin-top:50px;
}


.name1{
	color: #3063A0;
	text-align:justify;
	font-size:13px;
	 line-height: 160%;
}



.description-title{
	color:#0E134B;
	font-size:14px;
	font-weight: bold;
	padding:10px 10px 0px 10px;
}

.description{
	color:#2E2E06;
	font-size:13px;
	font-weight: bold;
	padding:10px;
	
}

.bord{
	border: groove  #58777B 4px;
	background-color: #E5F1F8;
	 text-align: justify;
}




@media only screen and (max-width: 500px) {
  .addto1 {
   font-size:10px;
  }
  
  .price1{
	  margin-top:100px;
	  font-size:14px;
  }
  
  .name1{
	
	font-size:14px;
	 
}
  
}



@media only screen and (max-width: 1200px) {
 
  
  .price1{
	  margin-top:70px;
  }
}




.body0{
	 
}


img{
	border-radius:0;
}






* {
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-family: 'Samim', sans-serif;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: gray;
  text-decoration: underline;
}




.hidden {
  display: none;
}

.icon {
  width: 18px;
  height: 18px;
}

small {
  font-size: 10px;
  color: #666;
}

p {
  margin: 0.5em 0;
}

img {
  max-width: 100%;
  height: auto;
}


main .section {
  padding: 40px 0;
}
main .section.section-gray {
  background: #eee;
}
main .section .section-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
}
main .section .section-content {
  width: 70%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 959px) {
  main .section .section-content {
    width: calc(100% - 80px);
  }
}

/** Product details */
.product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.product-details .product-images {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .product-details .product-images {
    width: 100%;
  }
}
.product-details .product-images > li {
  display: inline-block;
  width: 64px;
  height: product-dimenstions(64px);
  overflow: hidden;
  margin: 5px;
}
.product-details .product-images > li.preview {
  width: 100%;
  height: auto;
  margin: 0;
}
.product-details .product-images img {
  display: block;
  width: 100%;
}
.product-details .product-info {
  width: 40%;
  margin-left: 10%;
}
@media only screen and (max-width: 959px) {
  .product-details .product-info {
    width: 100%;
    margin-left: 0;
  }
}
.product-details .product-info > li {
  margin: 10px 0;
}
.product-details .product-info .product-name {
  font-size: 20px;
  font-weight: bold;
}
.product-details .product-info .product-price {
  font-size: 18px;
  color: #666;
}
.product-details .product-info .product-attributes {
  width: 66%;
  margin-top: 40px;
}
.product-details .product-info .product-addtocart {
  width: 66%;
  margin: 20px 0 40px;
}
@media only screen and (max-width: 959px) {
  .product-details .product-info .product-addtocart {
    width: 33%;
  }
}
.product-details .product-info .product-addtocart button {
  width: 100%;
  cursor: pointer;
  background: #000;
  color: #fff;
  display: block;
  border: none;
  outline: none;
  padding: 10px;
}
.product-details .product-info .product-addtocart button:hover {
  background: #1a1a1a;
}
.product-details .product-info .product-description {
  font-size: 12px;
}

/** Product list */
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/** Product */
.product {
  display: block;
  width: 150px;
  height: calc($value + $value * 0.1);
  margin: 5px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product {
    width: 280px;
    height: calc($value + $value * 0.1);
  }
}
@media only screen and (min-width: 1359px) {
  .product {
    width: 210px;
    height: calc($value + $value * 0.1);
  }
}
.product .product-image {
  background: #eee;
}
.product .product-image img {
  display: block;
  width: 100%;
}
.product .product-name {
  font-weight: bold;
  margin: 10px 0 5px;
}

a.product {
  color: #000;
  text-decoration: none;
}

/** Fields and forms */
.fields > li {
  margin-bottom: 10px;
}
.fields .field-name {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

label {
  cursor: pointer;
  white-space: nowrap;
}




.table-responsive {
  -webkit-overflow-scrolling: touch !important;
}

.table-responsive .table {
  max-width: none;
}


.card:hover {
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  z-index: 20;
  background-color: #F0F1C0;
 
}

.table > tbody > tr:first-child > td {
    border: none;
}







